Class490.testHavingAggregation()#1{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); }
Class1070.testGetSplitsWithSkipScanFilter()#3{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); PhoenixConnection pconn = conn.unwrap(PhoenixConnection.class); }
Class1070.testLimitScan()#1{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); initTableValues(null, ts); }
Class1040.getConnection(Environment env,String url,@Nullable Properties properties)#0{ return new PSqlConnection(env, DriverManager.getConnection("jdbc:" + url, properties == null ? new Properties() : properties)); }
Class680.testCFToDisambiguateInSelectOnly1()#1{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); initTableValues(ts); }
Class490.testConstantFalseHaving()#2{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); }
Class490.testPartiallyEvaluableOr()#3{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); }
Class490.testPartiallyEvaluableAnd()#1{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); }
Class490.testTableAliasSameAsTableName()#2{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); }
Class1300.testNonfirstColumnGroupBy()#0{ Properties props = new Properties(TEST_PROPERTIES); Connection conn = DriverManager.getConnection(url, props); initTableValues(null, ts); }